43106b74436c17513f497c63e5e7827a5b3b3267,pdfsam-gui/src/main/java/org/pdfsam/ui/dashboard/preference/PreferenceAppearencePane.java,PreferenceAppearencePane,PreferenceAppearencePane,#PreferenceComboBox#PreferenceComboBox#PreferenceComboBox#,51

Before Change


        add(localeCombo, 1, 0);

        add(new Label(i18n.i18n("Theme:")), 0, 1);
        themeCombo.setTooltip(new Tooltip(i18n.i18n("Set your preferred theme (restart needed)")));
        themeCombo.setMaxWidth(Double.POSITIVE_INFINITY);
        setFillWidth(themeCombo, true);
        add(themeCombo, 1, 1);

After Change


        themeCombo.setMaxWidth(Double.POSITIVE_INFINITY);
        setFillWidth(themeCombo, true);
        add(themeCombo, 1, 1);
        add(helpIcon(i18n.i18n("Set your preferred theme (restart needed)")), 2, 1);

        add(new Label(i18n.i18n("Startup module:")), 0, 2);
        startupModuleCombo.setMaxWidth(Double.POSITIVE_INFINITY);